| Serialization Class |
Namespace: TangibleFramework
public static class Serialization
The Serialization type exposes the following members.
| Name | Description | |
|---|---|---|
| DeserializeObject |
static function to Deserialize a list from a file on hard disk.
list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception". | |
| SerializeObject |
static function to Serialize a list into a file on hard disk.
list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception" . |